home *** CD-ROM | disk | FTP | other *** search
/ Calendar Creator (Deluxe) / Calendar Creator Deluxe - Disc 1.iso / Setup / Typical.cab / _64C4121CB61F40FC8F38903BFF182150 < prev    next >
Encoding:
Text File  |  2002-10-07  |  19.1 KB  |  355 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <html>
  3.     <HEAD>
  4.         <title>Web Registration</title>
  5.         <meta name="REGISTRATION" content="YES">
  6.         <meta name="GENERATOR" content="Microsoft Visual Studio.NET 7.0">
  7.         <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  8.         <style type="text/css"> .header { font-size : 12pt; font-family : Arial, Helvetica; font-weight : bold; color : #003399; }
  9.     .subhead { font-size : 11pt; font-family : Arial, Helvetica; font-weight : bold; color : #cc0033; }
  10.     .text { font-size : 9pt; font-family : Arial, Helvetica; color : #000000; }
  11.     .promotext { font-size : 11pt; font-family : Times, Times New Roman; font-weight : bold; color : #000000; }
  12.     .copy { font-size : 8pt; font-family : Arial, Helvetica; color : #000000; }
  13.     .link { font-size : 8pt; font-family : Arial, Helvetica; color : #ff0000; }
  14.     .copyright { font-size : 8pt; font-family : Arial, Helvetica; color : #000000; }
  15.         </style>
  16.     </HEAD>
  17.     <body class="gray" topmargin="0" leftmargin="0">
  18.         <table width="100%" height="48" border="0" cellspacing="0" cellpadding="0" bgcolor="#08006e" ID="Table1">
  19.             <tr>
  20.                 <td width="100%" align="left" height="48"><img alt="" src="broderbund.gif" border="0" style="WIDTH: 256px; HEIGHT: 52px" height="52" width="256"></td>
  21.             </tr>
  22.         </table>
  23.         <table width="778" height="1155" border="0" cellspacing="0" cellpadding="10" bgcolor="white" ID="Table2" style="WIDTH: 778px; HEIGHT: 1155px">
  24.             <!--table width="473" height="439" border="0" cellspacing="0" cellpadding="10" bgcolor="white"-->
  25.             <tr>
  26.                 <td width="100%" align="middle" valign="top"><!--td width="473" align="center" valign="top"-->
  27.                     <script language="javascript">
  28.  
  29. function ValidateRegistrationInfo()
  30. {
  31.     var sError="";
  32.     try
  33.     {
  34.         theForm = document.CustomerAccount;
  35.         sError += ValidateItem( theForm.firstname, "First Name", true, 0, 15);
  36.         sError += ValidateItem( theForm.lastname, "Last Name", true, 0, 25);
  37.         sError += ValidateItem( theForm.email, "Your Email Address", true, 6, 90);
  38.         sError += ValidateItem( theForm.username, "Broderbund.com Username", true, 3, 40);
  39.         sError += ValidateItem( theForm.password, "Broderbund.com Password", true, 0, 15);
  40.         sError += ValidateItem( theForm.confirmpassword, "Confirm Password", true, 0, 15);
  41.         sError += ValidateItem( theForm.passwordhint, "Password Hint", false, 0, 40);
  42.         sError += ValidateItem( theForm.company, "Company", false, 0, 30);
  43.         sError += ValidateItem( theForm.address, "Address (Line 1)", true, 0, 30);
  44.         sError += ValidateItem( theForm.address2, "Address (Line 2)", false, 0, 30);
  45.         sError += ValidateItem( theForm.city, "City/Town", true, 0, 25);
  46.         sError += ValidateItem(theForm.state_abbr, "State/Province", true, 0, 2);
  47.         sError += ValidateItem( theForm.zip_code, "Postal Code", true, 0, 10);
  48.         sError += ValidateItem(theForm.country_abbr, "Country", true, 0, 3);
  49.         sError += ValidatePhone( theForm.dayphone_Code, theForm.dayphone_Prefix, theForm.dayphone_Suffix, theForm.dayphone_Extension, "Day Phone Number", false);
  50.         sError += ValidatePhone( theForm.eveningphone_Code, theForm.eveningphone_Prefix, theForm.eveningphone_Suffix, theForm.eveningphone_Extension, "Evening Phone Number", false);
  51.         sError += ValidateEmail( theForm.email.value );
  52.         sError += ValidatePasswordMatch( theForm.password.value, "Broderbund.com Password", theForm.confirmpassword.value, "Confirm Password");
  53.     }
  54.     catch(e){sError = "";}
  55.  
  56.     if( sError != "" )
  57.     {    
  58.         alert('The following errors were encounered while submitting the form.\n\n' + sError);
  59.         return false;
  60.     } else {
  61.         window.external.DoClassicReg(1);
  62.         return true;
  63.     }
  64. }
  65.  
  66.                     </script>
  67.                     <form name="CustomerAccount" action="" method="post" onsubmit="ValidateRegistrationInfo();" ID="Form1">
  68.                          
  69.                         <table width="100%" cellpadding="0" cellspacing="0" border="0" ID="Table3">
  70.                             <!-- Welcome Header -->
  71.                             <tr>
  72.                                 <td class="webreginstructions">Getting started is easy: Simply fill out the 
  73.                                     registration form below and click Register Now! You must be 13 years of age or 
  74.                                     older to register.</td>
  75.                             </tr>
  76.                             <!-- User Information Area -->
  77.                             <tr>
  78.                                 <td width="100%">
  79.                                     <table width="100%" border="0" cellspacing="3" cellpadding="0" ID="Table4">
  80.                                         <tr>
  81.                                             <td colspan="2" class="webreginstructions"><hr>
  82.                                             </td>
  83.                                         </tr>
  84.                                         <tr>
  85.                                             <td colspan="2" class="webregheadline" align="right">Your Information</td>
  86.                                         </tr>
  87.                                         <tr>
  88.                                             <td colspan="2" class="webreginstructions">Fields in <b>bold type</b> and marked 
  89.                                                 with an asterisk(*) are REQUIRED</td>
  90.                                         </tr>
  91.                                         <tr>
  92.                                             <td colspan="2" class="webreginstructions"> </td>
  93.                                         </tr>
  94.                                         <tr>
  95.                                             <td id="firstname" class="webregrequired" nowrap>*First Name: </td>
  96.                                             <td class="webreginput"><input type="text" name="firstname" maxlength="15" class="webreginput" ID="Text1"></td>
  97.                                         </tr>
  98.                                         <tr>
  99.                                             <td id="lastname" class="webregrequired" nowrap>*Last Name: </td>
  100.                                             <td class="webreginput"><input type="text" name="lastname" maxlength="25" class="webreginput" ID="Text2"></td>
  101.                                         </tr>
  102.                                         <tr>
  103.                                             <td id="email" class="webregrequired" nowrap>*Your Email Address: </td>
  104.                                             <td class="webreginput"><input type="text" name="email" maxlength="90" class="webreginput" ID="Text3"></td>
  105.                                         </tr>
  106.                                         <tr>
  107.                                             <td id="company" class="webregoptional" nowrap>Company: </td>
  108.                                             <td class="webreginput"><input type="text" name="company" maxlength="30" class="webreginput" ID="Text4"></td>
  109.                                         </tr>
  110.                                         <tr>
  111.                                             <td id="address" class="webregrequired" nowrap>*Address (Line 1): </td>
  112.                                             <td class="webreginput"><input type="text" name="address" maxlength="30" class="webreginput" ID="Text5"></td>
  113.                                         </tr>
  114.                                         <tr>
  115.                                             <td id="address2" class="webregoptional" nowrap>Address (Line 2): </td>
  116.                                             <td class="webreginput"><input type="text" name="address2" maxlength="30" class="webreginput" ID="Text6"></td>
  117.                                         </tr>
  118.                                         <tr>
  119.                                             <td class="webreginstructions"> </td>
  120.                                             <td class="webreginstructions">Please enter your full city name-Do not abbreviate 
  121.                                                 it. Example: San Francisco - not SF.</td>
  122.                                         </tr>
  123.                                         <tr>
  124.                                             <td id="city" class="webregrequired" nowrap>*City/Town: </td>
  125.                                             <td class="webreginput"><input type="text" name="city" maxlength="25" class="webreginput" ID="Text7"></td>
  126.                                         </tr>
  127.                                         <tr>
  128.                                             <td id="state_abbr" class="webregrequired" nowrap>*State/Province: </td>
  129.                                             <td class="webreginput"><select name="state_abbr" class="webreginput" ID="Select1"><option value="" selected>Please 
  130.                                                         choose a state/province</option>
  131.                                                     <option value="AA">AA Military</option>
  132.                                                     <option value="AB">Alberta</option>
  133.                                                     <option value="AE">AE Military</option>
  134.                                                     <option value="AK">Alaska</option>
  135.                                                     <option value="AL">Alabama</option>
  136.                                                     <option value="AP">AP Military</option>
  137.                                                     <option value="AR">Arkansas</option>
  138.                                                     <option value="AS">American Samoa</option>
  139.                                                     <option value="AZ">Arizona</option>
  140.                                                     <option value="BC">British Columbia</option>
  141.                                                     <option value="CA">California</option>
  142.                                                     <option value="CO">Colorado</option>
  143.                                                     <option value="CT">Connecticut</option>
  144.                                                     <option value="DC">District of Columbia</option>
  145.                                                     <option value="DE">Delaware</option>
  146.                                                     <option value="FL">Florida</option>
  147.                                                     <option value="FM">Micronesia</option>
  148.                                                     <option value="GA">Georgia</option>
  149.                                                     <option value="GU">Guam</option>
  150.                                                     <option value="HI">Hawaii</option>
  151.                                                     <option value="IA">Iowa</option>
  152.                                                     <option value="ID">Idaho</option>
  153.                                                     <option value="IL">Illinois</option>
  154.                                                     <option value="IN">Indiana</option>
  155.                                                     <option value="KS">Kansas</option>
  156.                                                     <option value="KY">Kentucky</option>
  157.                                                     <option value="LA">Louisiana</option>
  158.                                                     <option value="MA">Massachusetts</option>
  159.                                                     <option value="MB">Manitoba</option>
  160.                                                     <option value="MD">Maryland</option>
  161.                                                     <option value="ME">Maine</option>
  162.                                                     <option value="MH">Marshal Islands</option>
  163.                                                     <option value="MI">Michigan</option>
  164.                                                     <option value="MN">Minnesota</option>
  165.                                                     <option value="MO">Missouri</option>
  166.                                                     <option value="MP">N. Mariana Islands</option>
  167.                                                     <option value="MS">Mississippi</option>
  168.                                                     <option value="MT">Montana</option>
  169.                                                     <option value="NB">New Brunswick</option>
  170.                                                     <option value="NC">North Carolina</option>
  171.                                                     <option value="ND">North Dakota</option>
  172.                                                     <option value="NE">Nebraska</option>
  173.                                                     <option value="NF">Newfoundland</option>
  174.                                                     <option value="NH">New Hampshire</option>
  175.                                                     <option value="NJ">New Jersey</option>
  176.                                                     <option value="NM">New Mexico</option>
  177.                                                     <option value="NS">Nova Scotia</option>
  178.                                                     <option value="NT">Northwest Territory</option>
  179.                                                     <option value="NV">Nevada</option>
  180.                                                     <option value="NY">New York</option>
  181.                                                     <option value="OH">Ohio</option>
  182.                                                     <option value="OK">Oklahoma</option>
  183.                                                     <option value="ON">Ontario</option>
  184.                                                     <option value="OR">Oregon</option>
  185.                                                     <option value="PA">Pennsylvania</option>
  186.                                                     <option value="PE">Prince Edward Island</option>
  187.                                                     <option value="PQ">Quebec</option>
  188.                                                     <option value="PR">Puerto Rico</option>
  189.                                                     <option value="PW">Palau</option>
  190.                                                     <option value="RI">Rhode Island</option>
  191.                                                     <option value="SC">South Carolina</option>
  192.                                                     <option value="SD">South Dakota</option>
  193.                                                     <option value="SK">Saskatchewan</option>
  194.                                                     <option value="TN">Tennessee</option>
  195.                                                     <option value="TX">Texas</option>
  196.                                                     <option value="UT">Utah</option>
  197.                                                     <option value="VA">Virginia</option>
  198.                                                     <option value="VI">Virgin Islands</option>
  199.                                                     <option value="VT">Vermont</option>
  200.                                                     <option value="WA">Washington</option>
  201.                                                     <option value="WI">Wisconsin</option>
  202.                                                     <option value="WV">West Virginia</option>
  203.                                                     <option value="WY">Wyoming</option>
  204.                                                     <option value="YT">Yukon Territories</option>
  205.                                                 </select></td>
  206.                                         </tr>
  207.                                         <tr>
  208.                                             <td id="zip_code" class="webregrequired" nowrap>*Postal Code: </td>
  209.                                             <td class="webreginput"><input type="text" name="zip_code" maxlength="10" class="webreginput" ID="Text8"></td>
  210.                                         </tr>
  211.                                         <tr>
  212.                                             <td id="country_abbr" class="webregrequired" nowrap>*Country: </td>
  213.                                             <td class="webreginput"><select name="country_abbr" class="webreginput" ID="Select2"><option value="" selected>Please 
  214.                                                         choose a Country</option>
  215.                                                     <option value="USA">United States of America</option>
  216.                                                     <option value="CAN">Canada</option>
  217.                                                     <option value="GUM">Guam</option>
  218.                                                     <option value="VIR">Virgin Islands (U.S.)</option>
  219.                                                     <option value="PRI">Puerto Rico</option>
  220.                                                 </select></td>
  221.                                         </tr>
  222.                                         <tr>
  223.                                             <td id="dayphone" class="webregoptional" nowrap>Day Phone Number: </td>
  224.                                             <td class="webreginput" height="20">
  225.                                                 <input type="text" name="dayphone_Code" size="3" maxlength="3" ID="Text9">  
  226.                                                 <input type="text" name="dayphone_Prefix" size="3" maxlength="3" ID="Text10">  
  227.                                                 <input type="text" name="dayphone_Suffix" size="4" maxlength="4" ID="Text11">  Ext: 
  228.                                                 <input type="text" name="dayphone_Extension" size="4" maxlength="4" ID="Text12"></td>
  229.                                         </tr>
  230.                                         <tr>
  231.                                             <td id="eveningphone" class="webregoptional" nowrap>Evening Phone Number: </td>
  232.                                             <td class="webreginput" height="20">
  233.                                                 <input type="text" name="eveningphone_Code" size="3" maxlength="3" ID="Text13">  
  234.                                                 <input type="text" name="eveningphone_Prefix" size="3" maxlength="3" ID="Text14">  
  235.                                                 <input type="text" name="eveningphone_Suffix" size="4" maxlength="4" ID="Text15">  Ext: 
  236.                                                 <input type="text" name="eveningphone_Extension" size="4" maxlength="4" ID="Text16"></td>
  237.                                         </tr>
  238.                                         <tr>
  239.                                             <td colspan="2" class="webreginstructions"><hr>
  240.                                             </td>
  241.                                         </tr>
  242.                                         <tr>
  243.                                             <td colspan="2" class="webregheadline" align="right">Broderbund.com Registration</td>
  244.                                         </tr>
  245.                                         <tr>
  246.                                             <td id="username" class="webregrequired" nowrap>*Broderbund.com Username: </td>
  247.                                             <td class="webreginput"><input type="text" name="username" maxlength="40" class="webreginput" ID="Text17"></td>
  248.                                         </tr>
  249.                                         <tr>
  250.                                             <td id="password" class="webregrequired" nowrap>*Broderbund.com Password: </td>
  251.                                             <td class="webreginput"><input type="password" name="password" maxlength="15" class="webreginput" ID="Password1"></td>
  252.                                         </tr>
  253.                                         <tr>
  254.                                             <td id="confirmpassword" class="webregrequired" nowrap>*Confirm Password: </td>
  255.                                             <td class="webreginput"><input type="password" name="confirmpassword" maxlength="15" class="webreginput" ID="Password2"></td>
  256.                                         </tr>
  257.                                         <tr>
  258.                                             <td colspan="2" class="webreginstructions">(Optional) Enter a hint to remind you of 
  259.                                                 your account password. For example: "Your dog's name"</td>
  260.                                         </tr>
  261.                                         <tr>
  262.                                             <td id="passwordhint" class="webregoptional" nowrap>Password Hint: </td>
  263.                                             <td class="webreginput"><input type="text" name="passwordhint" maxlength="40" class="webreginput" ID="Text18"></td>
  264.                                         </tr>
  265.                                     </table>
  266.                                 </td>
  267.                             </tr>
  268.                             <!-- User Privacy Settings -->
  269.                             <tr>
  270.                                 <td><hr>
  271.                                 </td>
  272.                             </tr>
  273.                             <tr>
  274.                                 <td class="webregheadline" align="right">Contact Preferences</td>
  275.                             </tr>
  276.                             <tr>
  277.                                 <td width="95%" align="left" class="webreginstructions">
  278.                                     <!--IMG alt="Contact Preferences" src="images/iconcontactpref.gif" width="48" height="48" border="0" align="left">
  279.             <b> Contact Preferences</b><br /-->
  280.                                     We've pre-selected the contact preferences for you to receive this information. 
  281.                                     If you do not wish to receive it, please de-select the appropriate check box 
  282.                                     below.
  283.                                     <br clear="all">
  284.                                     <p>
  285.                                         <!--hr--></p>
  286.                                 </td>
  287.                             </tr>
  288.                             <tr>
  289.                                 <td class="webreginput">
  290.                                     <span class="regbold">Broderbund and its family of web sites</span><br>
  291.                                     <!--hr-->
  292.                                     Broderbund and its family of Web sites have information on products, services, 
  293.                                     and offers with significant savings for you. Please tell us how you would like 
  294.                                     to receive it: telephone, email, or regular mail.
  295.                                     <ul>
  296.                                         <input type="checkbox" name="email_contact" value="1" checked ID="Checkbox1"> Yes, 
  297.                                         please send me information and special offers via email.<br>
  298.                                         <input type="checkbox" name="mail_contact" value="1" checked ID="Checkbox2"> Yes, 
  299.                                         please send me information and special offers via mail.<br>
  300.                                         <input type="checkbox" name="phone_contact" value="1" checked ID="Checkbox3"> Yes, 
  301.                                         please call me about new products, services, and special offers.<br>
  302.                                     </ul>
  303.                                     <p><span class="regbold">Other Companies</span><br>
  304.                                         <!--hr-->
  305.                                         Occasionally, with your consent, we release names and postal addresses, phone 
  306.                                         numbers, and/or email address to companies that offer products or services we 
  307.                                         feel would interest you. May we release your information?
  308.                                         <ul>
  309.                                             <input type="checkbox" name="email_rental" value="1" ID="Checkbox4"> Yes, 
  310.                                             you may release my email address.<br>
  311.                                             <input type="checkbox" name="mail_rental" value="1" checked ID="Checkbox5"> Yes, 
  312.                                             you may release my name and postal address.<br>
  313.                                             <input type="checkbox" name="phone_rental" value="1" checked ID="Checkbox6"> Yes, 
  314.                                             you may release my phone number.<br>
  315.                                         </ul>
  316.                                 </td>
  317.                             </tr>
  318.                         </table>
  319.                     </form>
  320.                     <script language="javascript">document.CustomerAccount.firstname.focus();</script>
  321.                 </td>
  322.             </tr>
  323.         </table>
  324.         <form name="UI_DEBUG" method="post" action="" onsubmit="return false;" ID="Form2">
  325.             <table cellpadding="0" cellspacing="0" border="1" bgcolor="gray" width="473" ID="Table5">
  326.                 <tr>
  327.                     <td width="20%" align="middle">
  328.                         <p><input type="button" name="BUTTON0" value="Print" onclick="javascript:alert('Test:Print');" ID="Button1"></p>
  329.                     </td>
  330.                     <td width="20%" align="middle">
  331.                         <p><input type="button" name="BUTTON1" value="<Back" onclick="javascript:window.history.go(-1);" disabled ID="Button2"></p>
  332.                     </td>
  333.                     <td width="20%" align="middle">
  334.                         <p align="right"><input type="button" name="BUTTON2" value="Register Now!" onclick="javascript:ValidateRegistrationInfo();" ID="Button3"></p>
  335.                     </td>
  336.                     <td width="20%" align="middle">
  337.                     </td>
  338.                 </tr>
  339.             </table>
  340.             <input type="hidden" name="BUTTON_DEFAULT" value="2" ID="Hidden2"> <input type="hidden" name="WINDOW:CLOSEACTION" value="JAVASCRIPT" ID="Hidden3">
  341.             <input type="hidden" name="WINDOW:CLOSEDATA" value="javascript:window.external.CloseWindow_Success();" ID="Hidden4">
  342.         </form>
  343.         <form name="UI" method="post" action="" onsubmit="return false;" ID="Form3">
  344.             <input type="hidden" name="BUTTON0:NAME" value="Print" ID="Hidden5"> <input type="hidden" name="BUTTON0:ACTION" value="PRINT" ID="Hidden6">
  345.             <input type="hidden" name="BUTTON0:ENABLED" value="True" ID="Hidden7"> <input type="hidden" name="BUTTON1:NAME" value="<Back" ID="Hidden8">
  346.             <input type="hidden" name="BUTTON1:ACTION" value="BACK" ID="Hidden9"> <input type="hidden" name="BUTTON1:ENABLED" value="False" ID="Hidden10">
  347.             <input type="hidden" name="BUTTON2:NAME" value="Register Now!" ID="Hidden11"> <input type="hidden" name="BUTTON2:ACTION" value="JAVASCRIPT" ID="Hidden12">
  348.             <input type="hidden" name="BUTTON2:DATA" value="javascript:ValidateRegistrationInfo();" ID="Hidden13">
  349.             <input type="hidden" name="BUTTON2:ENABLED" value="True" ID="Hidden14"> <input type="hidden" name="BUTTON2:JUSTIFY" value="RIGHT" ID="Hidden15">
  350.             <input type="hidden" name="BUTTON2:DEFAULT" value="TRUE" ID="Hidden16"> <input type="hidden" name="WINDOW:CLOSEACTION" value="JAVASCRIPT" ID="Hidden17">
  351.             <input type="hidden" name="WINDOW:CLOSEDATA" value="javascript:window.external.CloseWindow_Success();" ID="Hidden18">
  352.         </form>
  353.     </body>
  354. </html>
  355.